Map
The MapBase is formed by
a list of Landmarks.
class MapBase {
[...]
std::list<wolf::LandmarkBasePtr> landmark_list_;
}
See also
Check the MapBase class code on GitLab
The MapBase is formed by
a list of Landmarks.
class MapBase {
[...]
std::list<wolf::LandmarkBasePtr> landmark_list_;
}
See also
Check the MapBase class code on GitLab